home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000495_montulli@ukanaix.cc.ukans.edu _Fri Dec 18 22:13:59 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <montulli@ukanaix.cc.ukans.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA18907; Fri, 18 Dec 92 22:13:59 MET
  4. Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA01924; Fri, 18 Dec 1992 22:27:54 +0100
  6. Received: by ukanaix.cc.ukans.edu (AIX 3.1/UCB 5.61/4.03)
  7.           id AA24621; Fri, 18 Dec 92 15:26:26 -0600
  8. From: montulli@ukanaix.cc.ukans.edu (Lou Montulli)
  9. Message-Id: <9212182126.AA24621@ukanaix.cc.ukans.edu>
  10. Subject: Searching
  11. To: www-talk@nxoc01.cern.ch
  12. Date: Fri, 18 Dec 92 15:26:25 CST
  13. X-Mailer: ELM [version 2.3 PL2]
  14.  
  15.  
  16. WAIS searching is adequate for many applications but ergonomically 
  17. it has a long way to go.  The currently search methods provided by 
  18. WWW and Gopher are inadequate for many needs.
  19.  
  20. For an example, assume a hypothetical database for calendar information.
  21. It is designed to allow the user to pick among a finite set of events 
  22. and show them based on a date range.  A CWIS interface to the data
  23. might look like the following.
  24. ----------------------------------------------------------------
  25.       Welcome to The University of Kansas Events Server
  26.  
  27.           Press return at any time to show events.
  28.  
  29.           Starting search date:  Dec, 18 1992
  30.             Ending search date:  Jan, 18 1993
  31.  
  32.                           Categories
  33.      * Academic field                   * Museum & gallery
  34.      * Academic year                    * Music
  35.      * Athletic                         * Other cultural
  36.      * Ceremonies & recognitions        * Parties
  37.      * Club & group meetings            * Recreational
  38.      * Conferences & workshops          * Service & charitable
  39.      * Film                             * Special academic matters
  40.      * Holidays, etc                    * Theatre
  41.      * Lecture                          * Training events
  42.      * Local & area                     * University governance & structure
  43.  
  44.                 Categories with a '*' are selected
  45.               'a' to select all, 'n' to select none
  46.               Use '+', '-', or space, to change fields
  47. ----------------------------------------------------------------------
  48. The user can select any of the 20 fields as being on or off.
  49. The program will search for records and display those that are within the
  50. date range and are in the selected categories.  How can this be done 
  51. given the current implementation of WWW and others like it? 
  52.  
  53. This kind of search is much easier for the user than having to 
  54. interact with line oriented input.  It also produces a number of
  55. implementation challenges.
  56.  
  57. Comments??
  58.  
  59. :lou
  60. -- 
  61.   **************************************************************************
  62.   *           T H E   U N I V E R S I T Y   O F   K A N S A S              *
  63.   *         Lou  MONTULLI @ Ukanvax.bitnet                        *
  64.   *                         Kuhub.cc.ukans.edu                              *
  65.   *  Nothing difficult,     Ukanaix.cc.ukans.edu    ACS Computing Services *
  66.   *   is ever easy!             913/864-0436           Lawrence, KS 66044  *
  67.   *                                            *
  68.   *  For how we live is so different from how we ought to live that he who *
  69.   *  studies what ought to be done rather than what is done will learn the *
  70.   *  way to his downfall rather than to his preservation.  -Machiavelli    *
  71.   **************************************************************************